.ts-header-top-box {
    background-color: white;
}

.ts-placeholder-navbar {
    height: 179px;
}

.ts-header-top {
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ts-header-top-line {
    width: 1px;
    height: 40px;
    background-color: #D8D8D8;
}

.ts-header-top-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #666666;
}

.ts-header-top-tel-box {
    display: flex;
    align-items: center;
    position: relative;
}

.ts-header-top-tel-input {
    width: 311px;
    height: 36px;
    border-radius: 418px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #114EB8;
    padding: 0 24px;
}

.ts-header-top-tel-btn {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 46px;
    height: 28px;
    border-radius: 266px;
    opacity: 1;
    background: #114EB8;
    color: white;
    background-image: url(../images/header/header-search.png);
    background-repeat: no-repeat;
    border: 1px solid #114EB8;
    cursor: pointer;
    background-position: center;
}

@media screen and (min-width: 0px) and (max-width: 570px) {
    .ts-header-top-box {
        display: none;
    }

    .ts-header-top-text {
        font-size: 16px;
    }

    .ts-placeholder-navbar {
        height: 60px;
    }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
    .ts-header-top-box {
        display: none;
    }

    .ts-header-top-text {
        font-size: 16px;
    }

    .ts-placeholder-navbar {
        height: 60px;
    }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
    .ts-header-top-box {
        display: none;
    }

    .ts-header-top-text {
        font-size: 16px;
    }

    .ts-placeholder-navbar {
        height: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ts-header-top-box {
        display: none;
    }

    .ts-header-top-text {
        font-size: 16px;
    }

    .ts-placeholder-navbar {
        height: 60px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ts-header-top-text {
        font-size: 18px;
    }
    .ts-header-top-tel-input {
        width: 196px;
    }
}